home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 August
/
CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso
/
disc2
/
winsock
/
slip11k.exe
/
SLIPNET.Z
/
SETUP.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-10-27
|
271b
|
14 lines
%ok = [load $number]
%ok = [load $password]
%ok = [load $username]
if [query $number "Enter your phone number"]
save $number
end
if [username "Enter your login username"]
save $username
end
if [password "Enter your login password"]
save $password
end